SetScale(float, float)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Sets the drawing scale factor for the current target.

Syntax

public void SetScale(
	float scaleX,
	float scaleY
)

Back to index